Writes an array of values to the current stream, and advances the current position within this stream by the number of bytes written.
シンタックス
'宣言
Public Overloads Sub WriteRange(Of As {New, Struct})( _
ByVal () As _
)
public void WriteRange<>(
[]
)
where T: new(), struct
パラメータ
- data
- An array of values to be written to the current stream.
型パラメータ
- T
例外
例外 | 解説 |
System.NotSupportedException | This stream does not support writing. |
参照